home *** CD-ROM | disk | FTP | other *** search
/ Multicollection 5 Soft 1997 / Multicollection 5 soft 1997 (Win NT 4.0 Work, Serv, OS2).iso / nt40_wrk / classes.zi_ / CLASSES.ZIP / java / lang / Runnable.class (.txt) < prev    next >
Encoding:
Java Class File  |  1996-08-23  |  198 b   |  6 lines

  1. package java.lang;
  2.  
  3. public interface Runnable {
  4.    void run();
  5. }
  6.